-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump morfologik-stemming from 2.1.8 to 2.1.9 in /plugins/analysis-ukrainian #3249
Bump morfologik-stemming from 2.1.8 to 2.1.9 in /plugins/analysis-ukrainian #3249
Conversation
Bumps [morfologik-stemming](https://github.com/morfologik/morfologik-stemming) from 2.1.8 to 2.1.9. - [Release notes](https://github.com/morfologik/morfologik-stemming/releases) - [Changelog](https://github.com/morfologik/morfologik-stemming/blob/master/CHANGES.txt) - [Commits](morfologik/morfologik-stemming@2.1.8...2.1.9) --- updated-dependencies: - dependency-name: org.carrot2:morfologik-stemming dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
start gradle check |
|
start gradle check |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-3249-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 675636fac2db45bdff65efbb71b6dd66a217c75b
# Push it to GitHub
git push --set-upstream origin backport/backport-3249-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.0 2.0
# Navigate to the new working tree
cd .worktrees/backport-2.0
# Create a new branch
git switch --create backport/backport-3249-to-2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 675636fac2db45bdff65efbb71b6dd66a217c75b
# Push it to GitHub
git push --set-upstream origin backport/backport-3249-to-2.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.0 Then, create a pull request where the |
Bumps morfologik-stemming from 2.1.8 to 2.1.9.
Release notes
Sourced from morfologik-stemming's releases.
Changelog
Sourced from morfologik-stemming's changelog.
Commits
a8cca78
Bumping version.0fb7864
Add changes entry2a6482f
Revert "Revert "improve run-on suggestions for camel case words""2c07544
Merge pull request #115 from morfologik/revert-114-run-on-camelcasee44fac4
Revert "improve run-on suggestions for camel case words"37992a5
add new test cases for camel case runon wordsfcaa33e
Merge pull request #114 from jaumeortola/run-on-camelcasedbc11c3
improve run-on suggestions for camel case words3364cf6
Bump versionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)